home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Cream of the Crop 21
/
Cream of the Crop 21 (Terry Blount) (October 1996).iso
/
comm
/
nt16322.zip
/
netprint._
/
netprint.
Wrap
Text File
|
1995-08-03
|
126b
|
10 lines
#! /bin/sh
if test -r $1
then
echo 'i'
cat $1
echo 'i'
else
echo Filename must exist and be readable
fi